|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.eclipse.swt.widgets | |
org.eclipse.compare | Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. |
org.eclipse.compare.contentmergeviewer | Support for compare and merge viewers which show the content side-by-side. |
org.eclipse.compare.structuremergeviewer | Provides support for finding and displaying the differences between hierarchically structured data. |
org.eclipse.debug.ui | Provides a generic debugger user interface that clients may customize via standard workbench extension points. |
org.eclipse.debug.ui.actions | Provides a set of actions related to running and debugging applications. |
org.eclipse.jface.action | Provides support for shared UI resources such as menus, tool bars, and status lines. |
org.eclipse.jface.dialogs | Provides support for dialogs. |
org.eclipse.jface.operation | Provides JFace support for long-running operations. |
org.eclipse.jface.preference | Provides a framework for preferences. |
org.eclipse.jface.resource | Provides support for managing resources such as SWT fonts and images. |
org.eclipse.jface.text | Provides a framework for creating, manipulating, displaying and editing text documents. |
org.eclipse.jface.text.contentassist | Provides a content assist add-on for an ITextViewer. |
org.eclipse.jface.text.source | Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer. |
org.eclipse.jface.util | Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions. |
org.eclipse.jface.viewers | Provides a framework for viewers, which are model-based content adapters for SWT widgets. |
org.eclipse.jface.window | Provides a general framework for creating and managing windows. |
org.eclipse.jface.wizard | Provides a framework for wizards. |
org.eclipse.swt.accessibility | SWT Accessibility. |
org.eclipse.swt.browser | SWT Browser widget. |
org.eclipse.swt.custom | SWT Custom widgets. |
org.eclipse.swt.dnd | SWT Drag and Drop support. |
org.eclipse.swt.events | SWT typed listener support. |
org.eclipse.swt.layout | This package contains the SWT layout classes. |
org.eclipse.swt.ole.win32 | SWT Win32 OLE implementation classes. |
org.eclipse.swt.printing | SWT Printing support classes. |
org.eclipse.swt.widgets | SWT widget public API classes. |
org.eclipse.team.ui.synchronize | Application programming interfaces for interaction with the Eclipse Synchronize View. |
org.eclipse.ui | Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.actions | Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface. |
org.eclipse.ui.application | Application-level APIs for configuring and controling the Eclipse Platform User Interface. |
org.eclipse.ui.commands | |
org.eclipse.ui.dialogs | Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. |
org.eclipse.ui.editors.text | Provides a standard text editor and a file-based document provider. |
org.eclipse.ui.help | Classes for integration with the help support system in the Eclipse Platform User Interface. |
org.eclipse.ui.keys | |
org.eclipse.ui.part | Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. |
org.eclipse.ui.progress | |
org.eclipse.ui.texteditor | Provides a framework for text editors obeying to the desktop rules. |
org.eclipse.ui.views.bookmarkexplorer | Provides the standard Bookmarks view which displays bookmarks on resources. |
org.eclipse.ui.views.markers | |
org.eclipse.ui.views.navigator | Provides the standard Resource Navigator view which presents the tree of resources in the workspace. |
org.eclipse.ui.views.tasklist | Provides the standard Task List view for displaying tasks and problem annotations on resources. |
org.eclipse.ui.wizards.datatransfer | Provides the standard Import and Export wizards for moving resources into and out of the workspace. |
Classes in org.eclipse.swt.widgets used by org.eclipse.compare | |
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Control
Control is the abstract superclass of all windowed user interface classes. |
|
Scrollable
This class is the abstract superclass of all classes which represent controls that have standard scroll bars. |
|
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
|
Widget
This class is the abstract superclass of all user interface objects. |
Classes in org.eclipse.swt.widgets used by org.eclipse.compare.contentmergeviewer | |
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Control
Control is the abstract superclass of all windowed user interface classes. |
Classes in org.eclipse.swt.widgets used by org.eclipse.compare.structuremergeviewer | |
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Tree
Instances of this class provide a selectable user interface object that displays a hierarchy of items and issue notificiation when an item in the hierarchy is selected. |
|
Widget
This class is the abstract superclass of all user interface objects. |
Classes in org.eclipse.swt.widgets used by org.eclipse.debug.ui | |
Button
Instances of this class represent a selectable user interface object that issues notification when pressed and released. |
|
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Control
Control is the abstract superclass of all windowed user interface classes. |
|
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
Classes in org.eclipse.swt.widgets used by org.eclipse.debug.ui.actions | |
Control
Control is the abstract superclass of all windowed user interface classes. |
|
Event
Instances of this class provide a description of a particular event which occurred within SWT. |
|
Menu
Instances of this class are user interface objects that contain menu items. |
Classes in org.eclipse.swt.widgets used by org.eclipse.jface.action | |
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Control
Control is the abstract superclass of all windowed user interface classes. |
|
CoolBar
Instances of this class provide an area for dynamically positioning the items they contain. |
|
Decorations
Instances of this class provide the appearance and behavior of Shells , but are not top
level shells or dialogs. |
|
Event
Instances of this class provide a description of a particular event which occurred within SWT. |
|
Menu
Instances of this class are user interface objects that contain menu items. |
|
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
|
ToolBar
Instances of this class support the layout of selectable tool bar items. |
Classes in org.eclipse.swt.widgets used by org.eclipse.jface.dialogs | |
Button
Instances of this class represent a selectable user interface object that issues notification when pressed and released. |
|
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Control
Control is the abstract superclass of all windowed user interface classes. |
|
Label
Instances of this class represent a non-selectable user interface object that displays a string or image. |
|
List
Instances of this class represent a selectable user interface object that displays a list of strings and issues notificiation when a string selected. |
|
Scrollable
This class is the abstract superclass of all classes which represent controls that have standard scroll bars. |
|
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
|
Text
Instances of this class are selectable user interface objects that allow the user to enter and modify text. |
|
Widget
This class is the abstract superclass of all user interface objects. |
Classes in org.eclipse.swt.widgets used by org.eclipse.jface.operation | |
Display
Instances of this class are responsible for managing the connection between SWT and the underlying operating system. |
Classes in org.eclipse.swt.widgets used by org.eclipse.jface.preference | |
Button
Instances of this class represent a selectable user interface object that issues notification when pressed and released. |
|
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Control
Control is the abstract superclass of all windowed user interface classes. |
|
Label
Instances of this class represent a non-selectable user interface object that displays a string or image. |
|
List
Instances of this class represent a selectable user interface object that displays a list of strings and issues notificiation when a string selected. |
|
Scale
Instances of the receiver represent a selectable user interface object that present a range of continuous numeric values. |
|
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
|
Text
Instances of this class are selectable user interface objects that allow the user to enter and modify text. |
Classes in org.eclipse.swt.widgets used by org.eclipse.jface.resource | |
Control
Control is the abstract superclass of all windowed user interface classes. |
|
Display
Instances of this class are responsible for managing the connection between SWT and the underlying operating system. |
Classes in org.eclipse.swt.widgets used by org.eclipse.jface.text | |
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Control
Control is the abstract superclass of all windowed user interface classes. |
|
Display
Instances of this class are responsible for managing the connection between SWT and the underlying operating system. |
|
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
Classes in org.eclipse.swt.widgets used by org.eclipse.jface.text.contentassist | |
Control
Control is the abstract superclass of all windowed user interface classes. |
Classes in org.eclipse.swt.widgets used by org.eclipse.jface.text.source | |
Canvas
Instances of this class provide a surface for drawing arbitrary graphics. |
|
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Control
Control is the abstract superclass of all windowed user interface classes. |
|
Display
Instances of this class are responsible for managing the connection between SWT and the underlying operating system. |
Classes in org.eclipse.swt.widgets used by org.eclipse.jface.util | |
Control
Control is the abstract superclass of all windowed user interface classes. |
Classes in org.eclipse.swt.widgets used by org.eclipse.jface.viewers | |
Button
Instances of this class represent a selectable user interface object that issues notification when pressed and released. |
|
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Control
Control is the abstract superclass of all windowed user interface classes. |
|
Item
This class is the abstract superclass of all non-windowed user interface objects that occur within specific controls. |
|
Label
Instances of this class represent a non-selectable user interface object that displays a string or image. |
|
Layout
A layout controls the position and size of the children of a composite widget. |
|
List
Instances of this class represent a selectable user interface object that displays a list of strings and issues notificiation when a string selected. |
|
Table
Instances of this class implement a selectable user interface object that displays a list of images and strings and issue notificiation when selected. |
|
Text
Instances of this class are selectable user interface objects that allow the user to enter and modify text. |
|
Tree
Instances of this class provide a selectable user interface object that displays a hierarchy of items and issue notificiation when an item in the hierarchy is selected. |
|
Widget
This class is the abstract superclass of all user interface objects. |
Classes in org.eclipse.swt.widgets used by org.eclipse.jface.window | |
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Control
Control is the abstract superclass of all windowed user interface classes. |
|
Label
Instances of this class represent a non-selectable user interface object that displays a string or image. |
|
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
Classes in org.eclipse.swt.widgets used by org.eclipse.jface.wizard | |
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Control
Control is the abstract superclass of all windowed user interface classes. |
|
Label
Instances of this class represent a non-selectable user interface object that displays a string or image. |
|
Layout
A layout controls the position and size of the children of a composite widget. |
|
Listener
Implementers of Listener provide a simple
handleEvent() method that is used internally
by SWT to dispatch events. |
|
Scrollable
This class is the abstract superclass of all classes which represent controls that have standard scroll bars. |
|
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
|
Widget
This class is the abstract superclass of all user interface objects. |
Classes in org.eclipse.swt.widgets used by org.eclipse.swt.accessibility | |
Control
Control is the abstract superclass of all windowed user interface classes. |
Classes in org.eclipse.swt.widgets used by org.eclipse.swt.browser | |
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Control
Control is the abstract superclass of all windowed user interface classes. |
|
Scrollable
This class is the abstract superclass of all classes which represent controls that have standard scroll bars. |
|
Widget
This class is the abstract superclass of all user interface objects. |
Classes in org.eclipse.swt.widgets used by org.eclipse.swt.custom | |
Canvas
Instances of this class provide a surface for drawing arbitrary graphics. |
|
Caret
Instances of this class provide an i-beam that is typically used as the insertion point for text. |
|
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Control
Control is the abstract superclass of all windowed user interface classes. |
|
Display
Instances of this class are responsible for managing the connection between SWT and the underlying operating system. |
|
Item
This class is the abstract superclass of all non-windowed user interface objects that occur within specific controls. |
|
Layout
A layout controls the position and size of the children of a composite widget. |
|
Menu
Instances of this class are user interface objects that contain menu items. |
|
Scrollable
This class is the abstract superclass of all classes which represent controls that have standard scroll bars. |
|
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
|
Table
Instances of this class implement a selectable user interface object that displays a list of images and strings and issue notificiation when selected. |
|
TableItem
Instances of this class represent a selectable user interface object that represents an item in a table. |
|
Tree
Instances of this class provide a selectable user interface object that displays a hierarchy of items and issue notificiation when an item in the hierarchy is selected. |
|
TreeItem
Instances of this class represent a selectable user interface object that represents a hierarchy of tree items in a tree widget. |
|
Widget
This class is the abstract superclass of all user interface objects. |
Classes in org.eclipse.swt.widgets used by org.eclipse.swt.dnd | |
Control
Control is the abstract superclass of all windowed user interface classes. |
|
Display
Instances of this class are responsible for managing the connection between SWT and the underlying operating system. |
|
Event
Instances of this class provide a description of a particular event which occurred within SWT. |
|
Widget
This class is the abstract superclass of all user interface objects. |
Classes in org.eclipse.swt.widgets used by org.eclipse.swt.events | |
Display
Instances of this class are responsible for managing the connection between SWT and the underlying operating system. |
|
Event
Instances of this class provide a description of a particular event which occurred within SWT. |
|
Widget
This class is the abstract superclass of all user interface objects. |
Classes in org.eclipse.swt.widgets used by org.eclipse.swt.layout | |
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Control
Control is the abstract superclass of all windowed user interface classes. |
|
Layout
A layout controls the position and size of the children of a composite widget. |
Classes in org.eclipse.swt.widgets used by org.eclipse.swt.ole.win32 | |
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Control
Control is the abstract superclass of all windowed user interface classes. |
|
MenuItem
Instances of this class represent a selectable user interface object that issues notification when pressed and released. |
|
Scrollable
This class is the abstract superclass of all classes which represent controls that have standard scroll bars. |
|
Widget
This class is the abstract superclass of all user interface objects. |
Classes in org.eclipse.swt.widgets used by org.eclipse.swt.printing | |
Dialog
This class is the abstract superclass of the classes that represent the built in platform dialogs. |
|
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
Classes in org.eclipse.swt.widgets used by org.eclipse.swt.widgets | |
Button
Instances of this class represent a selectable user interface object that issues notification when pressed and released. |
|
Canvas
Instances of this class provide a surface for drawing arbitrary graphics. |
|
Caret
Instances of this class provide an i-beam that is typically used as the insertion point for text. |
|
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Control
Control is the abstract superclass of all windowed user interface classes. |
|
CoolBar
Instances of this class provide an area for dynamically positioning the items they contain. |
|
CoolItem
Instances of this class are selectable user interface objects that represent the dynamically positionable areas of a CoolBar . |
|
Decorations
Instances of this class provide the appearance and behavior of Shells , but are not top
level shells or dialogs. |
|
Dialog
This class is the abstract superclass of the classes that represent the built in platform dialogs. |
|
Display
Instances of this class are responsible for managing the connection between SWT and the underlying operating system. |
|
Event
Instances of this class provide a description of a particular event which occurred within SWT. |
|
Item
This class is the abstract superclass of all non-windowed user interface objects that occur within specific controls. |
|
Layout
A layout controls the position and size of the children of a composite widget. |
|
Listener
Implementers of Listener provide a simple
handleEvent() method that is used internally
by SWT to dispatch events. |
|
Menu
Instances of this class are user interface objects that contain menu items. |
|
MenuItem
Instances of this class represent a selectable user interface object that issues notification when pressed and released. |
|
Monitor
Instances of this class are descriptions of monitors. |
|
Scrollable
This class is the abstract superclass of all classes which represent controls that have standard scroll bars. |
|
ScrollBar
Instances of this class are selectable user interface objects that represent a range of positive, numeric values. |
|
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
|
Synchronizer
Instances of this class provide synchronization support for displays. |
|
TabFolder
Instances of this class implement the notebook user interface metaphor. |
|
TabItem
Instances of this class represent a selectable user interface object corresponding to a tab for a page in a tab folder. |
|
Table
Instances of this class implement a selectable user interface object that displays a list of images and strings and issue notificiation when selected. |
|
TableColumn
Instances of this class represent a column in a table widget. |
|
TableItem
Instances of this class represent a selectable user interface object that represents an item in a table. |
|
ToolBar
Instances of this class support the layout of selectable tool bar items. |
|
ToolItem
Instances of this class represent a selectable user interface object that represents a button in a tool bar. |
|
Tree
Instances of this class provide a selectable user interface object that displays a hierarchy of items and issue notificiation when an item in the hierarchy is selected. |
|
TreeItem
Instances of this class represent a selectable user interface object that represents a hierarchy of tree items in a tree widget. |
|
Widget
This class is the abstract superclass of all user interface objects. |
Classes in org.eclipse.swt.widgets used by org.eclipse.team.ui.synchronize | |
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Control
Control is the abstract superclass of all windowed user interface classes. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui | |
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Control
Control is the abstract superclass of all windowed user interface classes. |
|
Display
Instances of this class are responsible for managing the connection between SWT and the underlying operating system. |
|
Event
Instances of this class provide a description of a particular event which occurred within SWT. |
|
Menu
Instances of this class are user interface objects that contain menu items. |
|
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.actions | |
Event
Instances of this class provide a description of a particular event which occurred within SWT. |
|
Menu
Instances of this class are user interface objects that contain menu items. |
|
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
|
Text
Instances of this class are selectable user interface objects that allow the user to enter and modify text. |
|
Tree
Instances of this class provide a selectable user interface object that displays a hierarchy of items and issue notificiation when an item in the hierarchy is selected. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.application | |
Display
Instances of this class are responsible for managing the connection between SWT and the underlying operating system. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.commands | |
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Event
Instances of this class provide a description of a particular event which occurred within SWT. |
|
Menu
Instances of this class are user interface objects that contain menu items. |
|
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
|
ToolBar
Instances of this class support the layout of selectable tool bar items. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.dialogs | |
Button
Instances of this class represent a selectable user interface object that issues notification when pressed and released. |
|
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Control
Control is the abstract superclass of all windowed user interface classes. |
|
Event
Instances of this class provide a description of a particular event which occurred within SWT. |
|
Group
Instances of this class provide an etched border with an optional title. |
|
Label
Instances of this class represent a non-selectable user interface object that displays a string or image. |
|
Listener
Implementers of Listener provide a simple
handleEvent() method that is used internally
by SWT to dispatch events. |
|
Scrollable
This class is the abstract superclass of all classes which represent controls that have standard scroll bars. |
|
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
|
Table
Instances of this class implement a selectable user interface object that displays a list of images and strings and issue notificiation when selected. |
|
Text
Instances of this class are selectable user interface objects that allow the user to enter and modify text. |
|
Widget
This class is the abstract superclass of all user interface objects. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.editors.text | |
Composite
Instances of this class are controls which are capable of containing other controls. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.help | |
Control
Control is the abstract superclass of all windowed user interface classes. |
|
Menu
Instances of this class are user interface objects that contain menu items. |
|
MenuItem
Instances of this class represent a selectable user interface object that issues notification when pressed and released. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.keys | |
Event
Instances of this class provide a description of a particular event which occurred within SWT. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.part | |
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Control
Control is the abstract superclass of all windowed user interface classes. |
|
Layout
A layout controls the position and size of the children of a composite widget. |
|
Scrollable
This class is the abstract superclass of all classes which represent controls that have standard scroll bars. |
|
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
|
TabFolder
Instances of this class implement the notebook user interface metaphor. |
|
Widget
This class is the abstract superclass of all user interface objects. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.progress | |
Display
Instances of this class are responsible for managing the connection between SWT and the underlying operating system. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.texteditor | |
Canvas
Instances of this class provide a surface for drawing arbitrary graphics. |
|
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Control
Control is the abstract superclass of all windowed user interface classes. |
|
Display
Instances of this class are responsible for managing the connection between SWT and the underlying operating system. |
|
Event
Instances of this class provide a description of a particular event which occurred within SWT. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.views.bookmarkexplorer | |
Composite
Instances of this class are controls which are capable of containing other controls. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.views.markers | |
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Table
Instances of this class implement a selectable user interface object that displays a list of images and strings and issue notificiation when selected. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.views.navigator | |
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.views.tasklist | |
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Control
Control is the abstract superclass of all windowed user interface classes. |
|
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.wizards.datatransfer | |
Composite
Instances of this class are controls which are capable of containing other controls. |
|
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |